home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / bbsutil / dlx70bbs.zip / DLX70SRC.ZIP / SUTILS.INT < prev    next >
Text File  |  1994-01-24  |  631b  |  22 lines

  1. INTERFACE; UNIT sutils (sendmsg,nconc,ParaToMsg,AppendPara2File,
  2.   spydump,SlashP);
  3.  
  4. {DLX Bulletin Board System V7.0
  5.  
  6.  FREEWARE NOTICE
  7.  
  8.  DLX V7.0 is placed in the public domain by its author, Richard Gillmann.
  9.  Anyone who wishes to may run the program, copy it, or modify it for
  10.  any purpose, including commercial gain.}
  11.  
  12. USES types;
  13.  
  14. function sendmsg : boolean;
  15. procedure nconc(var p1 : para; p2 : para);
  16. procedure ParaToMsg(t : integer; consts s : string; var b : para);
  17. procedure AppendPara2File(p : para; vars f : lstring);
  18. procedure spydump;
  19. procedure SlashP(consts s : lstring; var str : lstring);
  20.  
  21. END;
  22.